Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.multi.tenant.core.types--schema

This contribution is part of XML component org.nuxeo.ecm.multi.tenant.core.types inside nuxeo-multi-tenant-core-9.10.jar /OSGI-INF/core-types-contrib.xml

Extension Point

Extension point schema of component TypeService.

Contributed Items

  • <schema name="tenantconfig" prefix="tenantconfig" src="schemas/tenantconfig.xsd"/>
  • <schema name="multitenantvocabulary" src="schemas/multi_tenant_vocabulary.xsd"/>
  • <schema name="multitenantxvocabulary" src="schemas/multi_tenant_xvocabulary.xsd"/>
  • <schema name="multitenantl10nvocabulary" src="schemas/multi_tenant_l10nvocabulary.xsd"/>
  • <schema name="multitenantl10nxvocabulary" src="schemas/multi_tenant_l10nxvocabulary.xsd"/>

XML Source

<extension point="schema" target="org.nuxeo.ecm.core.schema.TypeService">
    <schema name="tenantconfig" prefix="tenantconfig" src="schemas/tenantconfig.xsd"/>

    <!-- multi tenant vocabulary -->
    <schema name="multitenantvocabulary" src="schemas/multi_tenant_vocabulary.xsd"/>
    <schema name="multitenantxvocabulary" src="schemas/multi_tenant_xvocabulary.xsd"/>
    <schema name="multitenantl10nvocabulary" src="schemas/multi_tenant_l10nvocabulary.xsd"/>
    <schema name="multitenantl10nxvocabulary" src="schemas/multi_tenant_l10nxvocabulary.xsd"/>
  </extension>